home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util4 / 0utils.lha / 0Utils / ExpandArgs.doc < prev    next >
Text File  |  1995-09-05  |  770b  |  58 lines

  1.  
  2.  
  3.  
  4.     NAME
  5.     ExpandArgs
  6.  
  7.     SYNOPSIS
  8.     ExpandArgs -  expand wildcards  - Requires v37
  9.  
  10.     INPUTS
  11.     "/A/M"
  12.  
  13.     DESCRIPTION
  14.  
  15.     Does wildcard expansion of all arguments,
  16.     that contain wildcards and passing of all
  17.     other arguments.
  18.  
  19.     RESULT
  20.     -/-
  21.     
  22.  
  23.     
  24.         
  25.  
  26.     NOTES
  27.     * CLI - only
  28.  
  29.     * should compile with SAS-C
  30.     
  31.  
  32.     BUGS
  33.  
  34.     ExpandArgs breaks on the first error
  35.     
  36.  
  37.     EXAMPLES
  38.  
  39.     > ExpandArgs c:f#? xyz
  40.     c:Filenote
  41.     xyz
  42.     
  43.  
  44.     HISTORY
  45.  
  46.     12-02-95 b_noll created
  47.     20-02-95 b_noll restructured source
  48.     21-02-95 b_noll added version/format-prefix/offset
  49.     20-03-95 b_noll added args diagnostics
  50.     19-08-95 b_noll created .data file
  51.     30-08-95 b_noll 1.3 added breakcheck
  52.     
  53.  
  54.     AUTHOR
  55.     Bernd Noll, Brunnenstrasse 55, D-67661 Kaiserslautern
  56.     noll@student.uni-kl.de
  57.  
  58.